home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
text
/
words3.lha
/
Words
/
WarpSPELL
/
source
/
init.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-20
|
235b
|
21 lines
#include "defs.h"
/// "Prototypes"
Prototype void InitC(void);
///
/// "Init"
/* ----------------------------------- InitC -----------------------------------
Library startup code (C entry point).
*/
void
InitC(void)
{
;
}